Auto merge of #2713 - sbeckeriv:fix-name-ordering, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 18 May 2016 02:09:43 +0000 (19:09 -0700)
committerbors <bors@rust-lang.org>
Wed, 18 May 2016 02:09:43 +0000 (19:09 -0700)
Correct author order

Dearest Reviewer,

PR #2696 added some new checks for environment variables for author and
email. After the pull request was merged a comment was left about gits
ordering for looking at the variables. This pull request closes #2705 by
reordering the look up and also addeds CARGO_NAME and CARGO_EMAIL to the
top of the order.

Thanks
Becker


Trivial merge